diff options
Diffstat (limited to 'src/app/manga/[title]')
| -rw-r--r-- | src/app/manga/[title]/title.module.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 203efad..7ed09bd 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -77,8 +77,29 @@ max-width: 100%;
}
+ .MangaEntries {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ }
+
+ .MangaEntries img {
+ width: auto;
+ height: auto;
+ border-radius: 0.3rem;
+ background-color: #121212;
+ padding: 0.2rem;
+ }
+
+ .MangaTitle {
+ font-weight: 600;
+ }
+
.MangaDescription {
- max-height: 10rem;
+ max-height: 7.5rem;
overflow: auto;
}
-}
+
+}
\ No newline at end of file |